EngineErrorStack

Base clas for documenting errors

Members

Functions

addError
void addError(string errorHeader, string errorMessage)

Adds an error to the stack

showStack
void showStack()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getNewStack
EngineErrorStack getNewStack(string stackName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errorStack
string[] errorStack;
Undocumented in source.
stackName
string stackName;
Undocumented in source.

Meta